chore(agentic-toolkit): add bump-version release skill#153
Merged
Conversation
Add a repo-local skill documenting how to cut an inforge release: pick the semver bump, push the annotated vX.Y.Z tag that fires release.yml, force-move the floating vN major-alias tag (non-optional — consumers pin wardnet/inforge@vN), and verify the published release. Registered as a project-local skill via a ./.agents/skills path in .agentic-toolkit.yaml, mirroring the wardnet repo's bump-rust skill. Local paths add no git source, so the lockfile is unchanged; .claude/ render output stays gitignored. Claude-Session: https://claude.ai/code/session_017Kyd98NzojozMZ19d5UCZ2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a repo-local
bump-versionskill documenting how to cut an inforge release, and registers it in.agentic-toolkit.yaml.The skill captures the full procedure (learned cutting v2.3.1):
main, CI green, correctghuser from.envrc.vX.Y.Ztag → fires.github/workflows/release.yml(build & test → goreleaser publishes the four binaries + plugins +install.sh+ checksums).vNmajor-alias tag to the release commit — non-optional, since consumers pinuses: wardnet/inforge@vN.vNremote tag repointed.How it's wired
Registered as a project-local skill following the wardnet repo's
bump-rustconvention:The skill source lives at
.agents/skills/bump-version/SKILL.md. It's a local./pathentry, so it adds no git source — the.agentic-toolkit.lock.yamlis unchanged. The rendered.claude/output is gitignored. Validated withagtk plan(resolves asbump-version (stack:<entry>)) andagtk render.Merge Commit Message
chore(agentic-toolkit): add bump-version release skill
https://claude.ai/code/session_017Kyd98NzojozMZ19d5UCZ2